testing.chattyPrinter.json (field)

9 uses

	testing (current package)
		benchmark.go#L791: 			if b.chatty != nil && b.chatty.json {
		benchmark.go#L860: 			if b.chatty.json {
		fuzz.go#L344: 		if t.chatty != nil && t.chatty.json {
		fuzz.go#L539: 				if f.chatty != nil && f.chatty.json {
		testing.go#L578: 	json       bool       // -v=json output mode
		testing.go#L582: 	return &chattyPrinter{w: w, json: chatty.json}
		testing.go#L590: 	if p != nil && p.json {
		testing.go#L832: 	if c.chatty != nil && (p.w == c.chatty.w || c.chatty.json) {
		testing.go#L2115: 	if t.chatty != nil && t.chatty.json {